Namespaces

Types in FluentNHibernate.Mapping

Type ReferenceComponentPart<T>

Namespace FluentNHibernate.Mapping

Interfaces IReferenceComponentMappingProvider

The fluent-interface part for a external component reference. These are components which have their bulk/body declared external to a class mapping and are reusable.

Methods

Public instance methods

void ColumnPrefix(string prefix)

Sets the prefix for any columns defined within the component. To refer to the property that exposes this component use {property}.
Parameters
string prefix

Prefix for column names